[codex] sync russell top50 strategy profile#111
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7a5eb1eeb4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| firstrade==0.0.39 | ||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b846c9d777a450e95d23c264853997d671f47dd9 | ||
| us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@53de72b2ebd3f142d72988f3a327a56e89d59171 | ||
| us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@d789c5cacea6b82cccc0202561bd53482294b14a |
There was a problem hiding this comment.
Keep IBIT disabled until its inputs are wired
With this new us-equity-strategies SHA, the package exposes ibit_smart_dca as a runtime-enabled Firstrade profile with derived_indicators/market_history inputs. This platform advertises generic derived_indicators support, so the profile becomes selectable, but application/rebalance_service.py still builds those indicators unconditionally from SOXL/SOXX semiconductor history; in smart DCA mode the IBIT strategy then lacks the BTC/AHR999 payload it expects and falls back to broker history for BTC-USD, which the Firstrade stock OHLC path cannot reliably provide. Please either keep ibit_smart_dca out of the enabled set for this pin or add the crypto indicator/market-history wiring before enabling it.
Useful? React with 👍 / 👎.
Summary
us-equity-strategiesto the commit that retiresrussell_1000_multi_factor_defensiverussell_top50_leader_rotation_aggressiveTest Plan
uv run --with-requirements requirements.txt --with pytest pytest -quv run --with-requirements requirements.txt --with pytest --with ruff ruff check .currently reports pre-existingF841intests/test_execution_service.py, which is outside this diff and not part of CI.